home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_d / oleauttr.zip / XLOLE7.ZIP / XLDRIV7.DFM / XLDRIV7.txt
Text File  |  1996-01-04  |  1KB  |  69 lines

  1. object Form1: TForm1
  2.   Left = 80
  3.   Top = 93
  4.   Width = 338
  5.   Height = 179
  6.   Caption = 'OLE Automation control of Microsoft Excel'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   TextHeight = 16
  14.   object Label2: TLabel
  15.     Left = 35
  16.     Top = 68
  17.     Width = 141
  18.     Height = 16
  19.     AutoSize = False
  20.     Caption = 'Put this into cell [1,1]:'
  21.   end
  22.   object btnSaveSheet: TButton
  23.     Left = 113
  24.     Top = 103
  25.     Width = 89
  26.     Height = 33
  27.     Caption = 'Save&As...'
  28.     TabOrder = 0
  29.     OnClick = btnSaveSheetClick
  30.   end
  31.   object btnQuit: TButton
  32.     Left = 214
  33.     Top = 103
  34.     Width = 89
  35.     Height = 33
  36.     Caption = '&Quit'
  37.     TabOrder = 1
  38.     OnClick = btnQuitClick
  39.   end
  40.   object edCellText: TEdit
  41.     Left = 182
  42.     Top = 65
  43.     Width = 121
  44.     Height = 24
  45.     TabOrder = 2
  46.     Text = 'Hello, Excel!'
  47.   end
  48.   object btnStartExcel: TButton
  49.     Left = 115
  50.     Top = 13
  51.     Width = 89
  52.     Height = 33
  53.     Caption = '&Start Excel'
  54.     TabOrder = 3
  55.     OnClick = btnStartExcelClick
  56.   end
  57.   object OleAutoClient1: TOleAutoClient
  58.     Left = 30
  59.     Top = 3
  60.   end
  61.   object SaveDialog1: TSaveDialog
  62.     FileName = 'temp.xls'
  63.     InitialDir = 'c:\'
  64.     Options = [ofOverwritePrompt]
  65.     Left = 27
  66.     Top = 33
  67.   end
  68. end
  69.